home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Utilities / Programming / MT2ToolKit 1.0b1 / UserStartup•MT2ToolKit < prev   
Text File  |  1995-10-09  |  1KB  |  29 lines

  1. # --------------------------------------------------
  2. #    MT2ToolKit, version 1.0b1
  3. #    (C) Copyright by Michael Trofimov, 10/6/95.
  4. # --------------------------------------------------
  5. # UserStartup•MT2ToolKit
  6.  
  7. # INSTALLATION :
  8.  
  9. # 1. The folder MT2ToolKit should be placed in MPW folder;
  10. # 2. Move this file to the MPW folder;
  11. # 3. In the following line, replace the words User name with your name;
  12.     set user "User name"
  13. # 4. Restart MPW Shell.
  14. # ______________________________________________________________________________    
  15. # NOTE: PathTrivial is the path to Trivial patterns (MainLoop.Trivial,MakeMenu.Trivial):
  16.  
  17.     set PathTrivial "{MPW}MT2ToolKit:Trivial:"
  18.     Export PathTrivial
  19.     
  20.     AddMenu -help '<INew Items Help' 'Open "{worksheet}"; Help -f "{MPW}MT2ToolKit:NewItems.Help" ∑∑ "{worksheet}"'
  21.     Set Commands ":,{MPW}Tools:,{MPW}Scripts:,{MPW}MT2ToolKit:Trivial:,{MPW}MT2ToolKit:"
  22.     AddMenu Edit '(-' ''
  23.     AddMenu Edit '<ISignature' 'Signature'
  24.     AddMenu Edit '<IPascal menu' 'PascalMenu'
  25.     
  26.     AddMenu Find '(-' ''
  27.     AddMenu Find '<IRotate windows /0' 'RotateWindows'
  28.  
  29.